// ciso646 standard header
#ifndef _CISO646_
#define _CISO646_

 #if _IS_GHS

 #if defined(__ghs) || defined(__SC3__)
  #include <iso646.h>
 #endif /* defined(__ghs), etc. */

 

 #else /* _IS_GHS */
#include <yvals.h>
#include <iso646.h>
 #endif /* _IS_GHS */

#endif /* _CISO646_ */

/*
 * Copyright (c) by P.J. Plauger. All rights reserved.
 * Consult your license regarding permissions and restrictions.
V6.50:1422 */
